From: Lars-Peter Clausen Date: Thu, 25 Sep 2014 14:19:30 +0000 (+0200) Subject: ASoC: wm8741: Remove unused wm8741_suspend define X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~5313^2~90^2~1^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=83a7fc98dc9c29c5d2d66c80fb50725303a78192;p=linux-4.9.git ASoC: wm8741: Remove unused wm8741_suspend define This driver has no suspend callback. Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wm8741.c b/sound/soc/codecs/wm8741.c index a237f1627f61..31bb4801a005 100644 --- a/sound/soc/codecs/wm8741.c +++ b/sound/soc/codecs/wm8741.c @@ -413,7 +413,6 @@ static int wm8741_resume(struct snd_soc_codec *codec) return 0; } #else -#define wm8741_suspend NULL #define wm8741_resume NULL #endif